Skip to content

Conversation

ubipo
Copy link

@ubipo ubipo commented Mar 22, 2021

This adds a check so that rules that match foo.vue.html but also foo.html are ignored.

Resolves #1625

All tests pass and I've verified this myself with Webpack 5. I also added a Webpack 4 version but didn't verify that one.

I don't totally know if my assumption that a vue-loader rule should only match "foo.vue.html" and not "foo.vue" is correct...
Where is "foo.vue.html" used? I only ever use "foo.vue" myself.

This adds a check so that rules that match foo.vue.html but *also* foo.html are ignored.

Resolves vuejs#1625
@ubipo
Copy link
Author

ubipo commented Mar 22, 2021

Huh weird, the tests pass on my machine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vue-loader errored when html-loader is defined BEFORE it in webpack 5 configuration.
1 participant